home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / utilities / print / virtprinters.lha / VirtPrinters / VirtualPrinters.doc < prev   
Encoding:
Text File  |  1993-08-30  |  1.5 KB  |  38 lines

  1.                              IFF_Printer and Screen_Printer
  2.                                   ©1993 Garrick Meeker
  3.  
  4.                 These programs and their source is public domain.
  5.                 You may do whatever you wish with it.
  6.  
  7.     This code is based on Commodore's HP_LaserJet and EpsonX
  8. printer drivers.
  9.  
  10.     These are two new printer drivers.  One shows the printer output on a
  11. screen and the other saves it as IFF pictures.  Both require AmigaDOS 2.04.
  12.     To install, copy the devs/printers directory to DEVS:Printers and use
  13. the prefs programs to pick the new driver.  For IFF_Printer, assign
  14. Pages: to the directory where you want the files, or add it to your
  15. User-Startup.  The files will be name 'Page.nnnnn' where 'nnnnn' is the page
  16. number.
  17.     These drivers emulate a page-mode printer, like a laser printer.  They
  18. both support color and b&w modes.  Color mode uses three bitplanes, while
  19. b&w uses only one.  The density settings are as follows:
  20.         1 -  80 x  68 dpi
  21.         2 -  80 x  80 dpi
  22.         3 - 120 x 120 dpi
  23.         4 - 160 x 136 dpi
  24.         5 - 180 x 180 dpi
  25.         6 - 240 x 240 dpi
  26.         7 - 300 x 300 dpi
  27.      A page at density 1 corresponds to a hires-interlace full page screen.
  28. Some of the modes correspond to the Amiga's aspect ratio, but most are just
  29. 1 to 1.  Screen_Printer requires a great deal of chip ram at the higher
  30. density settings.
  31.  
  32. It works on my system.
  33.  
  34. If you have any questions or bug reports, I can be reached at:
  35.  
  36. gmeeker@soda.berkeley.edu
  37.  
  38.